All Questions
2 questions
2votes
0answers
52views
Generic prologue/epilogue for interrupt driven Atmega328P system
My thinking is that with every application, there are a few fundamentals indicative of all interrupt driven systems. Contrary to popular opinion, assembly programs can be as maintainable as HLL's, ...
5votes
0answers
816views
8-bit AVR delay using TIMER0 (8-bit)
Using an Atmega328P clocked externally @ 16 MHz, this procedure is analogous to delay routines that use instructions to consume clock cycles. The intent of this algorithm is not to advocate any ...